From a14ce91e914e4921c914b5769a890dbf8505b3e2 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 19 Jun 2008 12:16:44 +0000 Subject: [PATCH] Remove an unused prototype. 2008-06-19 Johan Dahlin * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype. svn path=/trunk/; revision=20461 --- ChangeLog | 2 ++ gtk/gtkcellrendererpixbuf.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed361d027a..fc3967850e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-06-19 Johan Dahlin + * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype. + * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove an unused variable. diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index 12dc76662a..410c160bd8 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -37,8 +37,6 @@ static void gtk_cell_renderer_pixbuf_set_property (GObject * static void gtk_cell_renderer_pixbuf_finalize (GObject *object); static void gtk_cell_renderer_pixbuf_create_stock_pixbuf (GtkCellRendererPixbuf *cellpixbuf, GtkWidget *widget); -static void gtk_cell_renderer_pixbuf_create_named_icon_pixbuf (GtkCellRendererPixbuf *cellpixbuf, - GtkWidget *widget); static void gtk_cell_renderer_pixbuf_get_size (GtkCellRenderer *cell, GtkWidget *widget, GdkRectangle *rectangle, -- 2.30.2